Skip to content

root: add optional pyroscope for profiling - #24887

Merged
BeryJu merged 3 commits into
mainfrom
root/pyroscope
Aug 10, 2026
Merged

root: add optional pyroscope for profiling#24887
BeryJu merged 3 commits into
mainfrom
root/pyroscope

Conversation

@BeryJu

@BeryJu BeryJu commented Aug 7, 2026

Copy link
Copy Markdown
Member

we've experimented with this in the past but pyroscope used to not support memory profiling in pythin. We already have this in go, with the same env var. Mainly a test build for me to use tbh

@BeryJu
BeryJu requested a review from a team as a code owner August 7, 2026 19:41
@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit dfa3fbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a78bf25571d9900088c3b03
😎 Deploy Preview https://deploy-preview-24887--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit dfa3fbb
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a78bf2507db5900080f0ffe
😎 Deploy Preview https://deploy-preview-24887--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Aug 7, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 36.36364% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 91.41%. Comparing base (1645a49) to head (018bc9f).
⚠️ Report is 28 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/lib/debug.py 36.36% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #24887      +/-   ##
==========================================
- Coverage   91.41%   91.41%   -0.01%     
==========================================
  Files        1145     1146       +1     
  Lines       71760    71826      +66     
  Branches     3875     3875              
==========================================
+ Hits        65600    65657      +57     
- Misses       6125     6134       +9     
  Partials       35       35              
Flag Coverage Δ
conformance 34.85% <0.00%> (-0.03%) ⬇️
e2e 39.56% <0.00%> (-0.03%) ⬇️
integration 31.40% <0.00%> (-0.03%) ⬇️
rust 38.89% <ø> (ø)
unit 93.06% <36.36%> (+<0.01%) ⬆️
unit-migrate 93.09% <36.36%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-018bc9f17edab841bc11a6297448d5dad1691d63
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-018bc9f17edab841bc11a6297448d5dad1691d63

Afterwards, run the upgrade commands from the latest release notes.

@netlify

netlify Bot commented Aug 7, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 018bc9f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a79b9ca4385cb0008bee9e8
😎 Deploy Preview https://deploy-preview-24887--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@BeryJu
BeryJu requested a review from a team as a code owner August 8, 2026 10:08
@BeryJu
BeryJu changed the base branch from main to root/jemalloc August 8, 2026 10:08
@BeryJu
BeryJu force-pushed the root/pyroscope branch 2 times, most recently from dfa3fbb to e3b53a9 Compare August 9, 2026 18:03
Comment thread authentik/lib/debug.py
@BeryJu
BeryJu changed the base branch from root/jemalloc to main August 10, 2026 11:44
BeryJu added 3 commits August 10, 2026 12:45
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu added the backport/version-2026.8 Add this label to PRs to backport changes to version-2026.8 label Aug 10, 2026
@BeryJu
BeryJu merged commit 506ec5c into main Aug 10, 2026
236 of 239 checks passed
@BeryJu
BeryJu deleted the root/pyroscope branch August 10, 2026 12:29
@authentik-cherry-pick

Copy link
Copy Markdown
Contributor

🍒 Cherry-pick to version-2026.8 created: #24945

BeryJu added a commit that referenced this pull request Aug 10, 2026
…sion-2026.8) (#24945)

root: add optional pyroscope for profiling (#24887)

* root: add optional pyroscope for profiling



* add hostname tag



* add more tags



---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2026.8 Add this label to PRs to backport changes to version-2026.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants